3.269 \(\int \frac{\left (a+b x^3+c x^6\right )^p}{x^6} \, dx\)

Optimal. Leaf size=138 \[ -\frac{\left (\frac{2 c x^3}{b-\sqrt{b^2-4 a c}}+1\right )^{-p} \left (\frac{2 c x^3}{\sqrt{b^2-4 a c}+b}+1\right )^{-p} \left (a+b x^3+c x^6\right )^p F_1\left (-\frac{5}{3};-p,-p;-\frac{2}{3};-\frac{2 c x^3}{b-\sqrt{b^2-4 a c}},-\frac{2 c x^3}{b+\sqrt{b^2-4 a c}}\right )}{5 x^5} \]

[Out]

-((a + b*x^3 + c*x^6)^p*AppellF1[-5/3, -p, -p, -2/3, (-2*c*x^3)/(b - Sqrt[b^2 -
4*a*c]), (-2*c*x^3)/(b + Sqrt[b^2 - 4*a*c])])/(5*x^5*(1 + (2*c*x^3)/(b - Sqrt[b^
2 - 4*a*c]))^p*(1 + (2*c*x^3)/(b + Sqrt[b^2 - 4*a*c]))^p)

_______________________________________________________________________________________

Rubi [A]  time = 0.252764, antiderivative size = 138, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 18, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.111 \[ -\frac{\left (\frac{2 c x^3}{b-\sqrt{b^2-4 a c}}+1\right )^{-p} \left (\frac{2 c x^3}{\sqrt{b^2-4 a c}+b}+1\right )^{-p} \left (a+b x^3+c x^6\right )^p F_1\left (-\frac{5}{3};-p,-p;-\frac{2}{3};-\frac{2 c x^3}{b-\sqrt{b^2-4 a c}},-\frac{2 c x^3}{b+\sqrt{b^2-4 a c}}\right )}{5 x^5} \]

Antiderivative was successfully verified.

[In]  Int[(a + b*x^3 + c*x^6)^p/x^6,x]

[Out]

-((a + b*x^3 + c*x^6)^p*AppellF1[-5/3, -p, -p, -2/3, (-2*c*x^3)/(b - Sqrt[b^2 -
4*a*c]), (-2*c*x^3)/(b + Sqrt[b^2 - 4*a*c])])/(5*x^5*(1 + (2*c*x^3)/(b - Sqrt[b^
2 - 4*a*c]))^p*(1 + (2*c*x^3)/(b + Sqrt[b^2 - 4*a*c]))^p)

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 31.6245, size = 121, normalized size = 0.88 \[ - \frac{\left (\frac{2 c x^{3}}{b - \sqrt{- 4 a c + b^{2}}} + 1\right )^{- p} \left (\frac{2 c x^{3}}{b + \sqrt{- 4 a c + b^{2}}} + 1\right )^{- p} \left (a + b x^{3} + c x^{6}\right )^{p} \operatorname{appellf_{1}}{\left (- \frac{5}{3},- p,- p,- \frac{2}{3},- \frac{2 c x^{3}}{b - \sqrt{- 4 a c + b^{2}}},- \frac{2 c x^{3}}{b + \sqrt{- 4 a c + b^{2}}} \right )}}{5 x^{5}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((c*x**6+b*x**3+a)**p/x**6,x)

[Out]

-(2*c*x**3/(b - sqrt(-4*a*c + b**2)) + 1)**(-p)*(2*c*x**3/(b + sqrt(-4*a*c + b**
2)) + 1)**(-p)*(a + b*x**3 + c*x**6)**p*appellf1(-5/3, -p, -p, -2/3, -2*c*x**3/(
b - sqrt(-4*a*c + b**2)), -2*c*x**3/(b + sqrt(-4*a*c + b**2)))/(5*x**5)

_______________________________________________________________________________________

Mathematica [B]  time = 2.94187, size = 411, normalized size = 2.98 \[ \frac{\left (\sqrt{b^2-4 a c}+b\right ) \left (-\sqrt{b^2-4 a c}+b+2 c x^3\right ) \left (x^3 \left (\sqrt{b^2-4 a c}-b\right )-2 a\right )^2 \left (a+b x^3+c x^6\right )^{p-1} F_1\left (-\frac{5}{3};-p,-p;-\frac{2}{3};-\frac{2 c x^3}{b+\sqrt{b^2-4 a c}},\frac{2 c x^3}{\sqrt{b^2-4 a c}-b}\right )}{5 x^5 \left (\sqrt{b^2-4 a c}-b\right ) \left (\sqrt{b^2-4 a c}+b+2 c x^3\right ) \left (3 p x^3 \left (\left (\sqrt{b^2-4 a c}-b\right ) F_1\left (-\frac{2}{3};1-p,-p;\frac{1}{3};-\frac{2 c x^3}{b+\sqrt{b^2-4 a c}},\frac{2 c x^3}{\sqrt{b^2-4 a c}-b}\right )-\left (\sqrt{b^2-4 a c}+b\right ) F_1\left (-\frac{2}{3};-p,1-p;\frac{1}{3};-\frac{2 c x^3}{b+\sqrt{b^2-4 a c}},\frac{2 c x^3}{\sqrt{b^2-4 a c}-b}\right )\right )+4 a F_1\left (-\frac{5}{3};-p,-p;-\frac{2}{3};-\frac{2 c x^3}{b+\sqrt{b^2-4 a c}},\frac{2 c x^3}{\sqrt{b^2-4 a c}-b}\right )\right )} \]

Warning: Unable to verify antiderivative.

[In]  Integrate[(a + b*x^3 + c*x^6)^p/x^6,x]

[Out]

((b + Sqrt[b^2 - 4*a*c])*(b - Sqrt[b^2 - 4*a*c] + 2*c*x^3)*(-2*a + (-b + Sqrt[b^
2 - 4*a*c])*x^3)^2*(a + b*x^3 + c*x^6)^(-1 + p)*AppellF1[-5/3, -p, -p, -2/3, (-2
*c*x^3)/(b + Sqrt[b^2 - 4*a*c]), (2*c*x^3)/(-b + Sqrt[b^2 - 4*a*c])])/(5*(-b + S
qrt[b^2 - 4*a*c])*x^5*(b + Sqrt[b^2 - 4*a*c] + 2*c*x^3)*(4*a*AppellF1[-5/3, -p,
-p, -2/3, (-2*c*x^3)/(b + Sqrt[b^2 - 4*a*c]), (2*c*x^3)/(-b + Sqrt[b^2 - 4*a*c])
] + 3*p*x^3*((-b + Sqrt[b^2 - 4*a*c])*AppellF1[-2/3, 1 - p, -p, 1/3, (-2*c*x^3)/
(b + Sqrt[b^2 - 4*a*c]), (2*c*x^3)/(-b + Sqrt[b^2 - 4*a*c])] - (b + Sqrt[b^2 - 4
*a*c])*AppellF1[-2/3, -p, 1 - p, 1/3, (-2*c*x^3)/(b + Sqrt[b^2 - 4*a*c]), (2*c*x
^3)/(-b + Sqrt[b^2 - 4*a*c])])))

_______________________________________________________________________________________

Maple [F]  time = 0.052, size = 0, normalized size = 0. \[ \int{\frac{ \left ( c{x}^{6}+b{x}^{3}+a \right ) ^{p}}{{x}^{6}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((c*x^6+b*x^3+a)^p/x^6,x)

[Out]

int((c*x^6+b*x^3+a)^p/x^6,x)

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{{\left (c x^{6} + b x^{3} + a\right )}^{p}}{x^{6}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^6 + b*x^3 + a)^p/x^6,x, algorithm="maxima")

[Out]

integrate((c*x^6 + b*x^3 + a)^p/x^6, x)

_______________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \[{\rm integral}\left (\frac{{\left (c x^{6} + b x^{3} + a\right )}^{p}}{x^{6}}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^6 + b*x^3 + a)^p/x^6,x, algorithm="fricas")

[Out]

integral((c*x^6 + b*x^3 + a)^p/x^6, x)

_______________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \[ \text{Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x**6+b*x**3+a)**p/x**6,x)

[Out]

Timed out

_______________________________________________________________________________________

GIAC/XCAS [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{{\left (c x^{6} + b x^{3} + a\right )}^{p}}{x^{6}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^6 + b*x^3 + a)^p/x^6,x, algorithm="giac")

[Out]

integrate((c*x^6 + b*x^3 + a)^p/x^6, x)